

1. Only show one "Certified Until date"

So we need to base the "Clinic Accreditation" on the latest or highest
"Accreditation" of each student, so it does not change when you select
different courses.

So as you have done with the "Certified Until ???" code for each student,
which basically shows the "Certified Until ???" based on the latest course
result for each student, we need to use only the latest "Certified Until
???" for each student in each clinic.

Does that make sense?......................

2. Toggle Show suspended Users

3. Users can have two departments (or institutions?) Phone1 field.








$perpage_record = 20;

//$showcourseids = "8";
$showcourseids = "2,3,4,5,8,9,11,14,16,17";

$re_accrediation_course = array(16=>8, 17=>8);

$pre_selected_courses = array(8,16,17);


$certified_courses = array(2,8,11,14,16,17);

$hide_suspended = true;
$accredited_display_course = "8,16,17";